Fix a small mistake in stylecontext docs
authorKrzesimir Nowak <qdlacz@gmail.com>
Mon, 11 Jan 2016 11:05:18 +0000 (12:05 +0100)
committerKrzesimir Nowak <qdlacz@gmail.com>
Mon, 11 Jan 2016 11:05:27 +0000 (12:05 +0100)
Fix the "will be also be" to become "will also be".

gtk/gtkstylecontext.c

index 804b4676a2819b4460b5fca031ce0b2b4016a374..90dfc40ad674048e44c6aa9e45faf876cca4da03 100644 (file)
@@ -77,8 +77,8 @@
  *
  * For GTK+ widgets, any #GtkStyleContext returned by
  * gtk_widget_get_style_context() will already have a #GtkWidgetPath, a
- * #GdkScreen and RTL/LTR information set. The style context will be also
- * be updated automatically if any of these settings change on the widget.
+ * #GdkScreen and RTL/LTR information set. The style context will also be
+ * updated automatically if any of these settings change on the widget.
  *
  * If you are using the theming layer standalone, you will need to set a
  * widget path and a screen yourself to the created style context through